Connect
to your Raspberry Pi
using SSH and VNC

Here I'm going to show you how to connect to your Raspberry Pi through SSH on Windows and how to use VNC.

Table of Contents.
IP of the device.
How to connect SSH.
How to setup VNC
IP

To start you need to find the IP of your Raspberry Pi.

The easiest way to do that is through console.

Open it and type:

hostname -I


remember that you need to be connected to the internet.

ip adress


it should look something like this.

SSH

To connect to Raspberry Pi with SSH you need to follow this simple steps:

  1. Enable SSH in Raspberry Pi Configuration.
  2. To enable SSH go to Raspberry Pi Configuration ->

    rpc

    Interfaces ->

    interfaces

    enable SSH

    After you are done it should look like this.

    enabled
  3. Connect through Command Prompt.
  4. Now open Command Prompt.


    win + r then type cmd

    In CMD type:

    ssh pi@(RPI IP address)

    Then type the password.

    And you're done!

    cmd


    it should look like this

VNC

To connect to Raspberry Pi with VNC you need to follow this simple steps:

  1. Enable VNC in Raspberry Pi Configuration.
  2. rpc

    Interfaces ->

    interfaces

    enable VNC

    After you are done it should look like this.

    vnc
  3. Install VNC viewer.
  4. Since Raspberry Pi is a server you need to install VNC viewer.

    To do that click on this and install it from there.

    After you are done open the application.

    It should look like this.

    In the Enter a VNC Server adress or search type the ip adress of the Raspberry Pi.

    Next type username (probably pi ) and password.

    passwd

    And you're done!

    You should see Raspberry Pi display now!

    done
sausage